IMAPIFormAdviseSink
: IUnknown
The IMAPIFormAdviseSink
interface is implemented by form servers to receive notifications from form
viewers. Since it is implemented by form servers, IMAPIFormAdviseSink is
not an interface for form objects. Thus, client applications should not attempt
to use the QueryInterface method on a form object to obtain a pointer to
this interface. Form servers call the IMAPIViewContext::SetAdviseSink
Quick Info
Header
file: |
MAPIFORM.H |
Exposed by: |
Form advise
sink objects |
Implemented
by: |
Form servers |
Called by: |
Form
viewers |
Corresponding
pointer type: |
LPMAPIFORMADVISESINK |
Vtable Order
OnChange |
Notifies a
form object about a change in a form viewer s status. |
OnActivateNext |
Identifies
whether the current form object can handle the message class of the next
message to display. |